Fix the build on Solaris
authorMatthias Clasen <mclasen@redhat.com>
Sat, 26 May 2012 03:13:42 +0000 (23:13 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 26 May 2012 03:13:42 +0000 (23:13 -0400)
http://bugzilla.gnome.org/show_bug.cgi?id=663991

gtk/gtksearchenginesimple.c

index 1905f427b02fcf9cc3c7fe1dd88c2fa3dacb63c8..8d0e07f44e6afbca06b0b6683cc22d9193d88cea 100644 (file)
@@ -26,8 +26,8 @@
  * export ftw() and friends only if _XOPEN_SOURCE and _GNU_SOURCE
  * are defined. see bug #444097.
  */
-#define _XOPEN_SOURCE 500
-#define _GNU_SOURCE 
+#define _XOPEN_SOURCE 600
+#define _GNU_SOURCE
 
 #ifdef HAVE_FTW_H
 #include <ftw.h>